home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3934 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: res.com!usenet
  2. From: danlynes@res.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Watcom and fread bug (?)
  5. Date: 1 Feb 1996 01:38:37 GMT
  6. Organization: RES Online
  7. Message-ID: <4ep5it$15i@clare.res.com>
  8. References: <4ep36b$a7n@srvr1.engin.umich.edu>
  9. Reply-To: danlynes@res.com
  10. NNTP-Posting-Host: di020.res.com
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. In <4ep36b$a7n@srvr1.engin.umich.edu>, dbarrett@news-server.engin.umich.edu (David M Barrett) writes:
  14.  
  15. >Has anyone else had a problem such as this?  I'm simply reading in a 
  16. >couple of bytes using the fread command, and a variable (one byte, which 
  17. >was set to a value of 1) spontaneously switches to the value of 128.   
  18. >The value that I was reading in was 21, and the variable that I was going 
  19. >to store it at is nowhere NEAR the variable that suddenly changed.  I 
  20. >know that this is a rather poor explanation, but I was wondering if this 
  21. >is some type of bug.  And comments?  Has anyone heard of many Watcom 10.0 
  22. >bugs?
  23.  
  24. Sounds like, more than likely, a bug in your code, not Watcom, as I have
  25. never run across this myself, and have been using Watcom for five or six
  26. years.
  27.  
  28. +------------------------------------------------------+
  29. !  OS/2         - The Champion of Operating Systems    !
  30. !  Enitharmon/2 - A Powerful BBS Package               !
  31. !  What a great pair!               danlynes@res.com   !
  32. !  www.res.com/~danlynes/index.html                    !
  33. !  www.res.com/~danlynes/Enitharmon!2/index.html       !
  34. !  The Enitharmon Beta project is now under way.       !
  35. !  To subscribe to the mailing list, send e-mail to    !
  36. !  danlynes@res.com or daniel.lynes@ideasnet.com       !
  37. +------------------------------------------------------+
  38.  
  39.